home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / MiscString_ExtendedParsing.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  778 b   |  27 lines

  1. //
  2. //    MiscString_ExtendedParsing.h -- substrings with token elimiters
  3. //        Written by Thomas Engel Copyright (c) 1994 by Thomas Engel.
  4. //                Version 1.00.  All rights reserved.
  5. //        This notice may not be removed from this source code.
  6. //
  7. //    This object is included in the MiscKit by permission from the author
  8. //    and its use is governed by the MiscKit license, found in the file
  9. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  10. //    for a list of all applicable permissions and restrictions.
  11. //    
  12.  
  13. #ifndef _MISCSTRING_H
  14. #import <misckit/MiscString.h>
  15. #endif _MISCSTRING_H
  16.  
  17. #ifndef _MISCSTRING_EP_H
  18.  
  19. @interface MiscString(ExtendedParsing)
  20.  
  21. - substringFromToken:(int)start toToken:(int)end ofList:aList;
  22.  
  23. @end
  24.  
  25. #define _MISCSTRING_EP_H
  26. #endif _MISCSTRING_EP_H
  27.